home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4536 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with Curses!
  5. Date: Mon, 05 Feb 1996 17:46:51 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4f5fu1$96l@fountain.mindlink.net>
  8. References: <4emcp8$3i5@lugb.latrobe.edu.au> <4eo0eoINN2e6@keats.ugrad.cs.ubc.ca> <4eubqe$ge7@stork.qut.edu.au> <Pine.A32.3.91.960204214028.123007D-100000@red.weeg.uiowa.edu>
  9. NNTP-Posting-Host: line212.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. The Amorphous Mass <robinson@blue.weeg.uiowa.edu> wrote:
  13.  
  14. >On 3 Feb 1996, hessling mark wrote:
  15.  
  16. >> Oh dear, here we go again.  This question is a valid question for
  17. >> comp.lang.c.  The question is equally valid if Marcus was asking the
  18. >> same question and was using the supplied curses on Solaris or was
  19. >> using PDCurses under DOS or OS/2.  curses is a C library, hence it
  20. >> should be discussed here, just like questions about signal() or other
  21. >> C funcion calls.
  22.  
  23. >  When did curses become a C library?  It's a unix library that's been 
  24.  
  25.      What language is curses written in?  If all in C, it's a C
  26. library.  If not,...
  27.  
  28. >ported to an impressive number of platforms, but there's nothing anywhere 
  29. >that requires a C compiler to support it, and some (notably those written 
  30. >for GUIs) don't.
  31. >  Having said that I'm not really sure where it _should_ be discussed.  
  32. >Platform-specific groups are the obvious answer, but seem unsatisfactory 
  33. >considering that curses is fairly portable. *shrug*
  34.  
  35.      Agreed.  comp.lang.c is for issues not dealing with specific
  36. implementations of C.  It seems curses being multi-platform would
  37. qualify.
  38.  
  39. > --James Robinson (robinson@cs.uiowa.edu -or- james-robinson@uiowa.edu)
  40. >/*   Indeed, C++ is a bit of an oddball of a language ... given the way that *
  41. > * it requires private parts to be visible.  This increases the strength of  *
  42. > * coupling dramatically...                       -- Dr. Rich Artym          */
  43.  
  44.      Such a lovely sig.
  45.  
  46. Sincerely,
  47.  
  48. Gene Wirchenko
  49.  
  50. C Pronunciation Guide:
  51.      y=x++;     "wye equals ex plus plus semicolon"
  52.      x=x++;     "ex equals ex doublecross semicolon"
  53.  
  54.